STEP 2: Let's start by changing our background color.

The color is a string! Strings are anything that are in quotes, and they appear green in the Codesters code editor. Quotes always come in pairs - be careful not to delete them!

  • Change the string from "blue" to "lightblue".
  • Click Run to see your changes and Submit and Next when you are done.

To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background_color("blue")
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)